home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 7
/
El Mac 7.iso
/
Infotenimiento
/
Makers of the 20th Century
/
Data
/
OPEN.DIR
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-11
|
285 b
|
16 lines
on exitFrame
if the movieTime of sprite 1 < the stopTime of sprite 1 then
go(the frame)
else
go(the frame + 1)
end if
end
on mouseDown
if the doubleClick then
set the visible of sprite 1 to 0
go(the frame + 1)
set the visible of sprite 1 to 1
end if
end